@ibiz-template-plugin/ai-chat 0.0.67 → 0.0.68

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.es.js CHANGED
@@ -6070,7 +6070,9 @@ class nl {
6070
6070
  this.chatMode,
6071
6071
  this.chatScope,
6072
6072
  this.getQueryKnowledgeBases(),
6073
- this.getQueryRecallConfig()
6073
+ this.getQueryRecallConfig(),
6074
+ this.opts.appendCurData,
6075
+ this.opts.srfMcpservers
6074
6076
  ), this.opts.action && await this.opts.action("question", t.content);
6075
6077
  } finally {
6076
6078
  this.isLoading.value = !1;
@@ -6276,7 +6278,9 @@ class nl {
6276
6278
  this.chatMode,
6277
6279
  this.chatScope,
6278
6280
  this.getQueryKnowledgeBases(),
6279
- this.getQueryRecallConfig()
6281
+ this.getQueryRecallConfig(),
6282
+ this.opts.appendCurData,
6283
+ this.opts.srfMcpservers
6280
6284
  ), await this.updateTopicCaption(), this.opts.action && this.opts.action("question", e), this.isLoading.value = !1;
6281
6285
  } finally {
6282
6286
  this.isLoading.value = !1;
@@ -6354,7 +6358,9 @@ class nl {
6354
6358
  this.chatMode,
6355
6359
  this.chatScope,
6356
6360
  this.getQueryKnowledgeBases(),
6357
- this.getQueryRecallConfig()
6361
+ this.getQueryRecallConfig(),
6362
+ this.opts.appendCurData,
6363
+ this.opts.srfMcpservers
6358
6364
  );
6359
6365
  } else if (i === this.messages.value.length - 1)
6360
6366
  this.messages.value.pop(), this.messages.value = [...this.messages.value], await this.opts.question(
@@ -6368,7 +6374,9 @@ class nl {
6368
6374
  this.chatMode,
6369
6375
  this.chatScope,
6370
6376
  this.getQueryKnowledgeBases(),
6371
- this.getQueryRecallConfig()
6377
+ this.getQueryRecallConfig(),
6378
+ this.opts.appendCurData,
6379
+ this.opts.srfMcpservers
6372
6380
  );
6373
6381
  else {
6374
6382
  const r = this.messages.value[i - 1].content;